home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / xms206.arc / TESTS.ARC / TEST < prev    next >
Text File  |  1989-04-04  |  88b  |  6 lines

  1. test.obj: test.c
  2.     cl -c test.c
  3.  
  4. test.exe: test.obj xmm.lib
  5.     link test,,,xmm;
  6.